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

UpdateDelegate() 개인적인 메소드

private UpdateDelegate ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]UpdateDelegateTypeUpdateDelegate1 ) : UpdateDelegateResponseMessageType
Namespace [
리턴 UpdateDelegateResponseMessageType
        public UpdateDelegateResponseMessageType UpdateDelegate([System.Xml.Serialization.XmlElementAttribute("UpdateDelegate", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] UpdateDelegateType UpdateDelegate1)
        {
            object[] results = this.Invoke("UpdateDelegate", new object[] {
                    UpdateDelegate1});
            return ((UpdateDelegateResponseMessageType)(results[0]));
        }
ExchangeServiceBinding