ISession.CreateNonDurableTopicEndpoint Method (String)

Solclient

ISessionCreateNonDurableTopicEndpoint Method (String)
version: 7.2.1.27
Creates a non-durable Topic Endpoint based on the given name. The non-durable Topic Endpoint must be bound to by a IFlow on this session.

The non-durable endpoint is created on the appliance when a consumer is bound on this session.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
ITopicEndpoint CreateNonDurableTopicEndpoint(
	string name
)
Function CreateNonDurableTopicEndpoint ( 
	name As String
) As ITopicEndpoint
ITopicEndpoint^ CreateNonDurableTopicEndpoint(
	String^ name
)

Parameters

name
Type: SystemString

Return Value

Type: ITopicEndpoint
Returns a non-durable Topic Endpoint based on the given name
Exceptions
ExceptionCondition
ObjectDisposedException Thrown when the session is already disposed (terminal state).
OperationErrorException Thrown when the operation fails.
See Also