iControl.NetworkingSTPInstanceV2.Beginget_instance_id C# (CSharp) 메소드

Beginget_instance_id() 공개 메소드

public Beginget_instance_id ( string stp_instances, System callback, object asyncState ) : System.IAsyncResult
stp_instances string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_instance_id(string [] stp_instances, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_instance_id", new object[] {
            stp_instances}, callback, asyncState);
        }
NetworkingSTPInstanceV2