Akka.Interfaced.TestKit.Tests.IUser_PayloadTable.GetPayloadTypes C# (CSharp) Method

GetPayloadTypes() public static method

public static GetPayloadTypes ( ) : ].Type[
return ].Type[
        public static Type[,] GetPayloadTypes()
        {
            return new Type[,] {
                { typeof(GetId_Invoke), typeof(GetId_Return) },
                { typeof(Say_Invoke), null },
            };
        }
IUser_PayloadTable