Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- subMgrPort
Type: Microsoft.Dss.Services.SubscriptionManager. . :: . .SubscriptionManagerPort
Operations port of the service's Subscription Manager partner.
- subscribeOperation
Type: Microsoft.Dss.ServiceModel.Dssp. . :: . .IDsspSubscribeOperation
Subscription operation
- responsePort
Type: Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'SubscribeResponseType, Fault> ) > ) >
Subscription request response port.
Return Value
In the success case the SuccessResult will be posted to this port, otherwise an exception will be posted.