iControl.LocalLBLSNLogProfile.Beginget_start_inbound_session_action C# (CSharp) Method

Beginget_start_inbound_session_action() public method

public Beginget_start_inbound_session_action ( string profiles, System callback, object asyncState ) : System.IAsyncResult
profiles string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_start_inbound_session_action(string [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_start_inbound_session_action", new object[] {
            profiles}, callback, asyncState);
        }
LocalLBLSNLogProfile