iControl.NetworkingVLAN.Beginget_sflow_sampling_rate C# (CSharp) Method

Beginget_sflow_sampling_rate() public method

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