iControl.ManagementNamed.Endset_server_statement C# (CSharp) Method

Endset_server_statement() public method

public Endset_server_statement ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_server_statement(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }