iControl.LocalLBProfileRTSP.Beginset_rtp_port C# (CSharp) Method

Beginset_rtp_port() public method

public Beginset_rtp_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_rtp_port(string [] profile_names,LocalLBProfilePortNumber [] ports, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_rtp_port", new object[] {
            profile_names,
            ports}, callback, asyncState);
        }
LocalLBProfileRTSP