iControl.NetworkingVLAN.Beginget_sflow_sampling_rate_global C# (CSharp) Method

Beginget_sflow_sampling_rate_global() public method

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