Akka.Interfaced.TestKit.Tests.IUserObserver_PayloadTable.GetPayloadTypes C# (CSharp) Метод

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

public static GetPayloadTypes ( ) : System.Type[]
Результат System.Type[]
        public static Type[] GetPayloadTypes()
        {
            return new Type[] {
                typeof(Say_Invoke),
            };
        }
IUserObserver_PayloadTable