NotificationPort Property

Microsoft Robotics Studio

Port to use for receiving notifications from service this Subscribe targets

Namespace: Microsoft.Dss.ServiceModel.Dssp
Assembly:  DssBase (in DssBase.dll)
Version: 1.5.507.0

Syntax

public IPort NotificationPort{ get; set;}
'Declaration
Public Property NotificationPort As IPort
public:
virtual property IPort^ NotificationPort {
    IPort^ get () sealed;
    void set (IPort^ value) sealed;
}

See Also

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

Microsoft.Dss.ServiceModel.Dssp Namespace