iControl.LocalLBProfileFTP.Beginset_data_channel_port C# (CSharp) Method

Beginset_data_channel_port() public method

public Beginset_data_channel_port ( string profile_names, LocalLBProfilePortNumber ports, System callback, object asyncState ) : System.IAsyncResult
profile_names string
ports LocalLBProfilePortNumber
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_data_channel_port(string [] profile_names,LocalLBProfilePortNumber [] ports, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_data_channel_port", new object[] {
            profile_names,
            ports}, callback, asyncState);
        }
LocalLBProfileFTP