Пример #1
0
		/// <remarks/>
		public void GetAttachmentAsync(GetAttachmentType GetAttachment1)
		{
			GetAttachmentAsync(GetAttachment1, null);
		}
Пример #2
0
		/// <remarks/>
		public void GetAttachmentAsync(GetAttachmentType GetAttachment1, object userState)
		{
			if ((GetAttachmentOperationCompleted == null))
			{
				GetAttachmentOperationCompleted = new SendOrPostCallback(OnGetAttachmentOperationCompleted);
			}
			InvokeAsync("GetAttachment", new object[]
			                             	{
			                             		GetAttachment1
			                             	}, GetAttachmentOperationCompleted, userState);
		}
Пример #3
0
		/// <remarks/>
		public IAsyncResult BeginGetAttachment(GetAttachmentType GetAttachment1, AsyncCallback callback, object asyncState)
		{
			return BeginInvoke("GetAttachment", new object[]
			                                    	{
			                                    		GetAttachment1
			                                    	}, callback, asyncState);
		}