iControl.LocalLBContentPolicyStrategy.Beginset_operand_event C# (CSharp) Method

Beginset_operand_event() public method

public Beginset_operand_event ( string strategies, long operand_ids, LocalLBPolicyEvent events, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
events LocalLBPolicyEvent
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_operand_event(string [] strategies,long [] [] operand_ids,LocalLBPolicyEvent [] [] events, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_operand_event", new object[] {
            strategies,
            operand_ids,
            events}, callback, asyncState);
        }