iControl.LocalLBLSNLogProfile.Beginset_quota_exceeded_action C# (CSharp) Méthode

Beginset_quota_exceeded_action() public méthode

public Beginset_quota_exceeded_action ( string profiles, LocalLBProfileLogAction actions, System callback, object asyncState ) : System.IAsyncResult
profiles string
actions LocalLBProfileLogAction
callback System
asyncState object
Résultat 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