OpenMetaverse.CapsEventDictionary.CapsEventDictionary C# (CSharp) Method

CapsEventDictionary() public method

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