iControl.ManagementNamed.Beginget_named_configuration_file C# (CSharp) Method

Beginget_named_configuration_file() public method

public Beginget_named_configuration_file ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_named_configuration_file(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_named_configuration_file", new object[0], callback, asyncState);
        }