iControl.LocalLBProfileServerSSL.Beginset_authenticate_depth C# (CSharp) Method

Beginset_authenticate_depth() public method

public Beginset_authenticate_depth ( string profile_names, LocalLBProfileULong depths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
depths LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_authenticate_depth(string [] profile_names,LocalLBProfileULong [] depths, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_authenticate_depth", new object[] {
            profile_names,
            depths}, callback, asyncState);
        }
LocalLBProfileServerSSL