Akka.Interfaced.SlimSocket.Server.IGateway_PayloadTable.GetPayloadTypes C# (CSharp) Метод

GetPayloadTypes() публичный статический Метод

public static GetPayloadTypes ( ) : ].Type[
Результат ].Type[
        public static Type[,] GetPayloadTypes()
        {
            return new Type[,] {
                { typeof(Start_Invoke), null },
                { typeof(Stop_Invoke), null },
            };
        }
IGateway_PayloadTable