10.24.0

ContextFactoryCreateDurableTopicEndpoint Method

Note: This API is now obsolete.
Deprecated, please use CreateDurableTopicEndpointEx(String) instead.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[ObsoleteAttribute("Use CreateDurableTopicEndpointEx(...) instead")]
public IDurableTopicEndpoint CreateDurableTopicEndpoint(
	string name
)

Parameters

name  String

Return Value

IDurableTopicEndpoint
IDurableTopicEndpoint

See Also