iControl.LocalLBProfileUDP.Beginget_no_checksum_state C# (CSharp) Méthode

Beginget_no_checksum_state() public méthode

public Beginget_no_checksum_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_no_checksum_state(string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_no_checksum_state", new object[] {
            profile_names}, callback, asyncState);
        }
LocalLBProfileUDP