Share via


SubscribeHelper Method (SubscriptionManagerPort, IDsspSubscribeOperation, PortSet(SubscribeResponseType, Fault))

Microsoft Robotics Class Reference

Passes a subscription operation, preserving any SOAP headers (such as a LINQ query) to the SubscriptionManager.

This helper function posts responses to the subscribing service.

Namespace: Microsoft.Dss.ServiceModel.DsspServiceBase
Assembly: Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

protected SuccessFailurePort SubscribeHelper(
    SubscriptionManagerPort subMgrPort,
    IDsspSubscribeOperation subscribeOperation,
    PortSet<SubscribeResponseType, Fault> responsePort
)

Parameters

Return Value

In the success case the SuccessResult will be posted to this port, otherwise an exception will be posted.

See Also

DsspServiceBase Class

SubscribeHelper Overload

Microsoft.Dss.ServiceModel.DsspServiceBase Namespace