iControl.SecurityLogProfile.Beginget_protocol_sip_log_drop_filter_state C# (CSharp) Method

Beginget_protocol_sip_log_drop_filter_state() public method

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