iControl.NetworkingProfileGeneve.Beginset_flooding_type C# (CSharp) 메소드

Beginset_flooding_type() 공개 메소드

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