OpenMetaverse.CapsEventDictionary.CapsEventDictionary C# (CSharp) 메소드

CapsEventDictionary() 공개 메소드

Default constructor
public CapsEventDictionary ( GridClient client ) : System
client GridClient Reference to the GridClient object
리턴 System
        public CapsEventDictionary(GridClient client)
        {
            Client = client;
            _ThreadPoolCallback = new WaitCallback(ThreadPoolDelegate);
        }