iControl.LogDestinationManagementPort.Beginget_destination_port C# (CSharp) Method

Beginget_destination_port() public method

public Beginget_destination_port ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_destination_port(string [] destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_destination_port", new object[] {
            destinations}, callback, asyncState);
        }