iControl.NetworkingiSessionLocalInterface.Beginset_internal_forwarding_state C# (CSharp) Method

Beginset_internal_forwarding_state() public method

public Beginset_internal_forwarding_state ( long wocs, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
wocs long
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_internal_forwarding_state(long [] wocs,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_internal_forwarding_state", new object[] {
            wocs,
            states}, callback, asyncState);
        }