iControl.LocalLBProfilePersistence.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string profile_names, LocalLBPersistenceMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBPersistenceMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] profile_names,LocalLBPersistenceMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            profile_names,
            modes}, callback, asyncState);
        }
LocalLBProfilePersistence