iControl.LocalLBProfileAuth.Beginset_credential_source C# (CSharp) Method

Beginset_credential_source() public method

public Beginset_credential_source ( string profile_names, LocalLBProfileCredentialSource sources, System callback, object asyncState ) : System.IAsyncResult
profile_names string
sources LocalLBProfileCredentialSource
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_credential_source(string [] profile_names,LocalLBProfileCredentialSource [] sources, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_credential_source", new object[] {
            profile_names,
            sources}, callback, asyncState);
        }
LocalLBProfileAuth