iControl.ManagementUserManagement.Endget_default_partition C# (CSharp) Method

Endget_default_partition() public method

public Endget_default_partition ( System asyncResult ) : string
asyncResult System
return string
        public string Endget_default_partition(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }
ManagementUserManagement