iControl.NetworkingSTPGlobals.Beginset_configuration_identifier C# (CSharp) Method

Beginset_configuration_identifier() public method

public Beginset_configuration_identifier ( string value, System callback, object asyncState ) : System.IAsyncResult
value string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_configuration_identifier(string value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_configuration_identifier", new object[] {
            value}, callback, asyncState);
        }