iControl.SecurityLogProfile.Beginremove_protocol_transfer C# (CSharp) Method

Beginremove_protocol_transfer() public method

public Beginremove_protocol_transfer ( string profile_names, string protocols, System callback, object asyncState ) : System.IAsyncResult
profile_names string
protocols string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_protocol_transfer(string [] profile_names,string [] [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_protocol_transfer", new object[] {
            profile_names,
            protocols}, callback, asyncState);
        }
SecurityLogProfile