OpenSim.Region.Framework.Scenes.Scene.SendInventoryComplete C# (CSharp) Méthode

SendInventoryComplete() protected méthode

protected SendInventoryComplete ( IAsyncResult iar ) : void
iar IAsyncResult
Résultat void
        void SendInventoryComplete(IAsyncResult iar)
        {
            SendInventoryDelegate d = (SendInventoryDelegate)iar.AsyncState;
            d.EndInvoke(iar);
        }
Scene