iControl.NetworkingSTPGlobals.Beginget_configuration_identifier C# (CSharp) Method

Beginget_configuration_identifier() public method

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