Click or drag to resize
ISemanticPipelineProcessorSubscribe Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Semantic.Processors.ISemanticPipelineProcessor.Subscribe(ZU.Semantic.Processors.OnPublishedDelegate,System.String,System.String)"]

Namespace: ZU.Semantic.Processors
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
bool Subscribe(
	OnPublishedDelegate onPublishedDelegate,
	string topic,
	string subscriberName
)

Parameters

onPublishedDelegate
Type: ZU.Semantic.ProcessorsOnPublishedDelegate

[Missing <param name="onPublishedDelegate"/> documentation for "M:ZU.Semantic.Processors.ISemanticPipelineProcessor.Subscribe(ZU.Semantic.Processors.OnPublishedDelegate,System.String,System.String)"]

topic
Type: SystemString

[Missing <param name="topic"/> documentation for "M:ZU.Semantic.Processors.ISemanticPipelineProcessor.Subscribe(ZU.Semantic.Processors.OnPublishedDelegate,System.String,System.String)"]

subscriberName
Type: SystemString

[Missing <param name="subscriberName"/> documentation for "M:ZU.Semantic.Processors.ISemanticPipelineProcessor.Subscribe(ZU.Semantic.Processors.OnPublishedDelegate,System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Semantic.Processors.ISemanticPipelineProcessor.Subscribe(ZU.Semantic.Processors.OnPublishedDelegate,System.String,System.String)"]

See Also