iControl.LocalLBProfileAuth.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string profile_names, LocalLBProfileString config_names, LocalLBProfileAuthenticationMethod auth_methods, System callback, object asyncState ) : System.IAsyncResult
profile_names string
config_names LocalLBProfileString
auth_methods LocalLBProfileAuthenticationMethod
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] profile_names,LocalLBProfileString [] config_names,LocalLBProfileAuthenticationMethod [] auth_methods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            profile_names,
            config_names,
            auth_methods}, callback, asyncState);
        }
LocalLBProfileAuth