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