Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndGetFolder C# (CSharp) Method

EndGetFolder() public method

public EndGetFolder ( System asyncResult ) : GetFolderResponseType
asyncResult System
return GetFolderResponseType
        public GetFolderResponseType EndGetFolder(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((GetFolderResponseType)(results[0]));
        }
ExchangeServiceBinding