iControl.NetworkingVLAN.Beginset_sflow_poll_interval_global C# (CSharp) Method

Beginset_sflow_poll_interval_global() public method

public Beginset_sflow_poll_interval_global ( string vlans, CommonSFlowGlobalType types, System callback, object asyncState ) : System.IAsyncResult
vlans string
types CommonSFlowGlobalType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_sflow_poll_interval_global(string [] vlans,CommonSFlowGlobalType [] types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_sflow_poll_interval_global", new object[] {
            vlans,
            types}, callback, asyncState);
        }
NetworkingVLAN