iControl.NetworkingProfileGRE.Beginset_flooding_type C# (CSharp) Method

Beginset_flooding_type() public method

public Beginset_flooding_type ( string profile_names, NetworkingProfileGREProfileGREFloodingType flooding_types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
flooding_types NetworkingProfileGREProfileGREFloodingType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_flooding_type(string [] profile_names,NetworkingProfileGREProfileGREFloodingType [] flooding_types, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_flooding_type", new object[] {
            profile_names,
            flooding_types}, callback, asyncState);
        }