Example #1
0
        public static bool Request(System.Guid guildId, System.Int32 dstType, System.Guid dstId, System.String dstName, System.Int32 srcType, System.Guid srcId, System.String srcName, System.Int32 msgNo, System.Int32 msgType, System.Int32 msgState, System.String body, System.String link, ref System.Int64 reqNo, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

            return(provider.Request(guildId, dstType, dstId, dstName, srcType, srcId, srcName, msgNo, msgType, msgState, body, link, ref reqNo, ref errorCode, trans));
        }