예제 #1
0
        internal void RemoveAsyncCall(long id)
        {
            AsyncCalls call;

            if (!AsyncCallDiy.TryRemove(id, out call))
            {
                Console.WriteLine();
            }
        }
예제 #2
0
파일: CloudClient.cs 프로젝트: kk3959/ZYNet
 internal void RemoveAsyncCall(long id)
 {
     AsyncCallDiy.TryRemove(id, out AsyncCalls call);
 }