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

GetPayloadTypes() public static method

public static GetPayloadTypes ( ) : ].Type[
return ].Type[
        public static Type[,] GetPayloadTypes()
        {
            return new Type[,] {
                { typeof(GetCount_Invoke), typeof(GetCount_Return) },
                { typeof(Greet_Invoke), typeof(Greet_Return) },
            };
        }
IGreeter_PayloadTable