Udostępnij za pośrednictwem


Konstruktor MessageResponse (OperationResult)

Inicjuje nowe wystąpienie MessageResponse klasy, która ma wynik określonej operacji.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    OperationResult As OperationResult _
)
'Użycie
Dim OperationResult As OperationResult

Dim instance As New MessageResponse(OperationResult)
public MessageResponse(
    OperationResult OperationResult
)
public:
MessageResponse(
    OperationResult^ OperationResult
)
new : 
        OperationResult:OperationResult -> MessageResponse
public function MessageResponse(
    OperationResult : OperationResult
)

Parametry