iControl.NetworkingInterfaces.Beginset_sflow_poll_interval_global C# (CSharp) Method

Beginset_sflow_poll_interval_global() public method

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