Subscribe(TBody, TResponse, TNotification) Constructor (TBody, TResponse, TNotification)

Microsoft Robotics Class Reference

Initialization constructor

Namespace: Microsoft.Dss.ServiceModel.Dssp
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public Subscribe(
    TBody body,
    TResponse responsePort,
    TNotification notificationPort
)

Parameters

  • body
    Type: TBody
    Request body.
  • responsePort
    Type: TResponse
    Port on which the response (success or failure) is to be sent.

See Also

Subscribe< (Of < ( <'TBody, TResponse, TNotification> ) > ) > Class

Subscribe< (Of < ( <'TBody, TResponse, TNotification> ) > ) > Overload

Microsoft.Dss.ServiceModel.Dssp Namespace