NotificationShutdownPort Property

Microsoft Robotics Studio

Port used for shutting down the subscription.

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

Syntax

public Port<Shutdown> NotificationShutdownPort{ get; set;}
'Declaration
Public Property NotificationShutdownPort As Port(Of Shutdown)
public:
virtual property Port<Shutdown^>^ NotificationShutdownPort {
    Port<Shutdown^>^ get () sealed;
    void set (Port<Shutdown^>^ value) sealed;
}

See Also

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

Microsoft.Dss.ServiceModel.Dssp Namespace