SAPIWS_Sample.SPMLSoapClient.SPML.setPasswordAsync C# (CSharp) Method

setPasswordAsync() public method

public setPasswordAsync ( SetPasswordRequestType setPasswordRequest ) : void
setPasswordRequest SetPasswordRequestType
return void
        public void setPasswordAsync(SetPasswordRequestType setPasswordRequest) {
            this.setPasswordAsync(setPasswordRequest, null);
        }
        

Same methods

SPML::setPasswordAsync ( SetPasswordRequestType setPasswordRequest, object userState ) : void