OpenMetaverse.FindObjectByPathReplyEventArgs.FindObjectByPathReplyEventArgs C# (CSharp) Method

FindObjectByPathReplyEventArgs() public method

public FindObjectByPathReplyEventArgs ( string path, UUID inventoryObjectID ) : System
path string
inventoryObjectID UUID
return System
        public FindObjectByPathReplyEventArgs(string path, UUID inventoryObjectID)
        {
            this.m_Path = path;
            this.m_InventoryObjectID = inventoryObjectID;
        }
FindObjectByPathReplyEventArgs