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

Endcreate_extended() public méthode

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