Example #1
0
        public static bool Log(System.Int32 msgSize, 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.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

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