Akka.Interfaced.SlimSocket.IEntry_PayloadTable.GetPayloadTypes C# (CSharp) Method

GetPayloadTypes() public static method

public static GetPayloadTypes ( ) : ].Type[
return ].Type[
        public static Type[,] GetPayloadTypes()
        {
            return new Type[,] {
                { typeof(Echo_Invoke), typeof(Echo_Return) },
                { typeof(GetGreeter_Invoke), typeof(GetGreeter_Return) },
                { typeof(GetGreeterOnAnotherChannel_Invoke), typeof(GetGreeterOnAnotherChannel_Return) },
            };
        }
IEntry_PayloadTable