Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / UIAgentAsyncParams.cs / 1 / UIAgentAsyncParams.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using Microsoft.Win32.SafeHandles; // // Summary: // This class is meant as the base of any classes used to pass parameters to Async RPC operations. // internal class UIAgentAsyncParams : AsyncParams { UIAgentRequest m_agentRequest; // // Summary: // Construct a new AsyncParam instance. // // Parameters: // optype - The name of request type that started this async request. // request - The request associated with this Async op. // opType - The type of operation this AsyncParams instance is associated with. // externEvent - A native event to be signalled when the operation is complete. // public UIAgentAsyncParams( string opType, ClientRequest request, SafeWaitHandle externEvent, UIAgentRequest agentRequest ) : base( request, opType, externEvent ) { m_agentRequest = agentRequest; } // // Return the UI Agent request. // public UIAgentRequest AgentRequest { get { return m_agentRequest; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HyperLink.cs
- DockProviderWrapper.cs
- ObjectItemLoadingSessionData.cs
- WebEventCodes.cs
- TemplateField.cs
- TempFiles.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- XmlNodeChangedEventManager.cs
- SoundPlayer.cs
- FrugalMap.cs
- UInt16Storage.cs
- ParenthesizePropertyNameAttribute.cs
- PageTextBox.cs
- PersonalizablePropertyEntry.cs
- ValidationEventArgs.cs
- DataControlPagerLinkButton.cs
- CoreSwitches.cs
- GenericXmlSecurityToken.cs
- ServiceCredentialsElement.cs
- ExtenderProvidedPropertyAttribute.cs
- StringCollection.cs
- OleDbConnectionFactory.cs
- SerialStream.cs
- DiscoveryDocumentLinksPattern.cs
- RayHitTestParameters.cs
- FilterQueryOptionExpression.cs
- DataGridViewAccessibleObject.cs
- _UriSyntax.cs
- PropertyNames.cs
- Point.cs
- FillRuleValidation.cs
- Size3D.cs
- HotSpot.cs
- NavigateUrlConverter.cs
- ServicePointManager.cs
- XamlLoadErrorInfo.cs
- File.cs
- Table.cs
- EmptyQuery.cs
- EditorZone.cs
- WebConfigManager.cs
- LinearKeyFrames.cs
- BaseComponentEditor.cs
- DeviceSpecificChoice.cs
- httpserverutility.cs
- DataGridRowEventArgs.cs
- ConfigXmlAttribute.cs
- ControlsConfig.cs
- ComponentEditorForm.cs
- Rotation3D.cs
- DataShape.cs
- RefExpr.cs
- BitmapEffectInput.cs
- DataTablePropertyDescriptor.cs
- ContextMenuService.cs
- EncoderExceptionFallback.cs
- RsaSecurityToken.cs
- XmlSchemaCompilationSettings.cs
- ObjectStateFormatter.cs
- TextParaClient.cs
- SqlMultiplexer.cs
- SmiGettersStream.cs
- DesignTimeParseData.cs
- SiteIdentityPermission.cs
- ElementsClipboardData.cs
- Application.cs
- ToolStripContextMenu.cs
- DiscoveryOperationContext.cs
- ControlIdConverter.cs
- Ipv6Element.cs
- DateRangeEvent.cs
- CookieParameter.cs
- Int16.cs
- IdentityNotMappedException.cs
- _AuthenticationState.cs
- HistoryEventArgs.cs
- RealProxy.cs
- OutputScope.cs
- EncoderFallback.cs
- ProcessInputEventArgs.cs
- AspNetPartialTrustHelpers.cs
- RegisteredScript.cs
- HandlerBase.cs
- ExtensibleClassFactory.cs
- _OSSOCK.cs
- NTAccount.cs
- IgnoreFileBuildProvider.cs
- handlecollector.cs
- NumericUpDown.cs
- XPathMessageFilterElementCollection.cs
- XmlDataSourceNodeDescriptor.cs
- OleDbPermission.cs
- SqlBuilder.cs
- ListenerElementsCollection.cs
- QilSortKey.cs
- AttributeEmitter.cs
- SortAction.cs
- SelfIssuedTokenFactoryCredential.cs
- ObjectSet.cs
- EventPropertyMap.cs