Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndDeleteUserConfiguration C# (CSharp) 메소드

EndDeleteUserConfiguration() 공개 메소드

public EndDeleteUserConfiguration ( System asyncResult ) : DeleteUserConfigurationResponseType
asyncResult System
리턴 DeleteUserConfigurationResponseType
        public DeleteUserConfigurationResponseType EndDeleteUserConfiguration(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((DeleteUserConfigurationResponseType)(results[0]));
        }
ExchangeServiceBinding