IFlow.GetDestination Method

Solclient

IFlowGetDestination Method
version: 7.2.1.27
Returns the IDestination to which messages should be published to get to this flow's bound IEndpoint

If bound to a ITopicEndpoint, the returned IDestination will be of type ITopic

If bound to a IQueue, the returned IDestination will be of type IQueue

Otherwise, a null is returned

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
IDestination GetDestination()
Function GetDestination As IDestination
IDestination^ GetDestination()

Return Value

Type: IDestination
An IDestination instance.
Exceptions
ExceptionCondition
OperationErrorException Thrown when the operation fails.
ObjectDisposedException Thrown when the flow is already disposed (terminal state).
FatalErrorException Thrown when an unrecoverable error occurs.
See Also