public void set_sflow_poll_interval_global(
		string [] profile_names,
		CommonProfileSFlowGlobalType [] types
	)
        {
            this.Invoke("set_sflow_poll_interval_global", new object [] {
                profile_names,
                types});
        }
        public void set_sflow_sampling_rate_global(
		string [] profile_names,
		CommonProfileSFlowGlobalType [] types
	)
        {
            this.Invoke("set_sflow_sampling_rate_global", new object [] {
                profile_names,
                types});
        }
 public System.IAsyncResult Beginset_sflow_sampling_rate_global(string [] profile_names,CommonProfileSFlowGlobalType [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_sflow_sampling_rate_global", new object[] {
     profile_names,
     types}, callback, asyncState);
 }