Click or drag to resize

ContextFactoryCreateSubscriberEndpoint Method

version: 10.22.0
Deprecated.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public ISubscriberEndpoint CreateSubscriberEndpoint(
	ISession associatedSession
)

Parameters

associatedSession
Type: SolaceSystems.Solclient.MessagingISession

[Missing <param name="associatedSession"/> documentation for "M:SolaceSystems.Solclient.Messaging.ContextFactory.CreateSubscriberEndpoint(SolaceSystems.Solclient.Messaging.ISession)"]

Return Value

Type: ISubscriberEndpoint

[Missing <returns> documentation for "M:SolaceSystems.Solclient.Messaging.ContextFactory.CreateSubscriberEndpoint(SolaceSystems.Solclient.Messaging.ISession)"]

See Also