VaultFileSize.Security.SecurityService.BeginSignIn2 C# (CSharp) Method

BeginSignIn2() public method

public BeginSignIn2 ( string userName, string userPassword, System callback, object asyncState ) : System.IAsyncResult
userName string
userPassword string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginSignIn2(string userName, string userPassword, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("SignIn2", new object[] {
                        userName,
                        userPassword}, callback, asyncState);
        }