iControl.LocalLBContentPolicyStrategy.Beginget_operand_event C# (CSharp) Method

Beginget_operand_event() public method

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