iControl.ManagementApplicationService.Endcreate_generic C# (CSharp) Méthode

Endcreate_generic() public méthode

public Endcreate_generic ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Endcreate_generic(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ManagementApplicationService