iControl.LocalLBLSNLogProfile.Beginset_quota_exceeded_action C# (CSharp) Method

Beginset_quota_exceeded_action() public method

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