IHazelcastInstanceGetTopicT Method Hazelcast .Net Client Class Library
Returns the distributed topic instance with the specified name.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

ITopic<T> GetTopic<T>(
	string name
)

Parameters

name
Type: SystemString
name of the distributed topic

Type Parameters

T
The type of elements in the Topic

Return Value

Type: ITopicT
distributed topic instance with the specified name
Remarks

Returns the distributed topic instance with the specified name.
See Also

Reference