Share via


Result Constructor

This class supports the Operations Manager infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager.Common (in microsoft.enterprisemanagement.operationsmanager.common.dll)

Usage

'Usage
Dim values As ReadOnlyCollection(Of Object)

Dim instance As New Result(values)

Syntax

'Declaration
Public Sub New ( _
    values As ReadOnlyCollection(Of Object) _
)
public Result (
    ReadOnlyCollection<Object> values
)
public:
Result (
    ReadOnlyCollection<Object^>^ values
)
public Result (
    ReadOnlyCollection<Object> values
)
public function Result (
    values : ReadOnlyCollection<Object>
)

Parameters

  • values
    The result values.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

Result Class
Result Members
Microsoft.EnterpriseManagement.Common Namespace

Send comments about this topic to Microsoft.