iControl.NetworkingiSessionLocalInterface.Beginget_tunnel_port C# (CSharp) 메소드

Beginget_tunnel_port() 공개 메소드

public Beginget_tunnel_port ( long wocs, System callback, object asyncState ) : System.IAsyncResult
wocs long
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_tunnel_port(long [] wocs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_tunnel_port", new object[] {
            wocs}, callback, asyncState);
        }