Solclient
ContextFactoryCreateDurableTopicEndpoint Method |
Note: This API is now obsolete.
Deprecated, please use CreateDurableTopicEndpointEx(String) instead.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("Use CreateDurableTopicEndpointEx(...) instead")] public IDurableTopicEndpoint CreateDurableTopicEndpoint( string name )
<ObsoleteAttribute("Use CreateDurableTopicEndpointEx(...) instead")> Public Function CreateDurableTopicEndpoint ( name As String ) As IDurableTopicEndpoint
public: [ObsoleteAttribute(L"Use CreateDurableTopicEndpointEx(...) instead")] IDurableTopicEndpoint^ CreateDurableTopicEndpoint( String^ name )
Parameters
- name
- Type: SystemString
Return Value
Type: IDurableTopicEndpointIDurableTopicEndpoint
See Also