Skip to main content

CommunicationCkTypeIds

Namespace: Meshmakers.Octo.Communication.Contracts

Well-known CK type identifiers for System.Communication entities.

public static class CommunicationCkTypeIds

Inheritance ObjectCommunicationCkTypeIds

Fields

Adapter

System.Communication/Adapter

public static string Adapter;

Pipeline

System.Communication/Pipeline

public static string Pipeline;

Pool

System.Communication/Pool

public static string Pool;

DataFlow

System.Communication/DataFlow

public static string DataFlow;

PipelineTrigger

System.Communication/PipelineTrigger

public static string PipelineTrigger;

Methods

ToCompositeId(String, String)

Constructs a composite RtEntityId string from a CK type ID and a runtime object ID.

public static string ToCompositeId(string ckTypeId, string rtId)

Parameters

ckTypeId String

rtId String

Returns

String