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
- IpcClientChannel.cs
- IncrementalCompileAnalyzer.cs
- ClientSettingsSection.cs
- XPathAncestorIterator.cs
- WindowsTreeView.cs
- xmlfixedPageInfo.cs
- AccessedThroughPropertyAttribute.cs
- DelegatedStream.cs
- DataColumnPropertyDescriptor.cs
- ToolTipAutomationPeer.cs
- DefaultPrintController.cs
- MachineKeySection.cs
- WebPartCollection.cs
- RandomDelayQueuedSendsAsyncResult.cs
- MappingItemCollection.cs
- ShaperBuffers.cs
- WindowsAuthenticationModule.cs
- SqlInfoMessageEvent.cs
- TreeViewCancelEvent.cs
- MatrixAnimationUsingKeyFrames.cs
- FlowDocumentScrollViewer.cs
- dbenumerator.cs
- DetailsViewCommandEventArgs.cs
- ExpressionBindings.cs
- EndpointPerformanceCounters.cs
- ProviderConnectionPointCollection.cs
- SchemaRegistration.cs
- XsltSettings.cs
- _SSPIWrapper.cs
- FrameworkTextComposition.cs
- TextServicesCompartmentContext.cs
- SchemaEntity.cs
- Messages.cs
- Panel.cs
- DesignerActionGlyph.cs
- CharacterBufferReference.cs
- DescendentsWalker.cs
- cookiecollection.cs
- ToolStripRenderer.cs
- XpsFilter.cs
- AspNetHostingPermission.cs
- RadioButton.cs
- FreezableDefaultValueFactory.cs
- ClientRuntimeConfig.cs
- ScrollChrome.cs
- infer.cs
- BuilderPropertyEntry.cs
- EncoderExceptionFallback.cs
- PingReply.cs
- TypeNameConverter.cs
- ImageList.cs
- MouseEvent.cs
- CodeDelegateInvokeExpression.cs
- Color.cs
- KnownAssemblyEntry.cs
- StructuralCache.cs
- PropertyManager.cs
- XamlGridLengthSerializer.cs
- _CommandStream.cs
- FormViewDeleteEventArgs.cs
- TimelineCollection.cs
- COM2ComponentEditor.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- ServiceManagerHandle.cs
- _DisconnectOverlappedAsyncResult.cs
- OnOperation.cs
- SectionRecord.cs
- Vertex.cs
- VerbConverter.cs
- InheritanceContextChangedEventManager.cs
- XmlNamedNodeMap.cs
- EpmSourceTree.cs
- CompilerParameters.cs
- SHA512.cs
- RootNamespaceAttribute.cs
- SkinBuilder.cs
- base64Transforms.cs
- SystemIPInterfaceProperties.cs
- OptimizedTemplateContentHelper.cs
- filewebresponse.cs
- Subtree.cs
- SkipQueryOptionExpression.cs
- GeometryModel3D.cs
- PenLineJoinValidation.cs
- MD5CryptoServiceProvider.cs
- NativeMethods.cs
- NullableConverter.cs
- TdsEnums.cs
- ColorAnimationBase.cs
- AssemblyHash.cs
- PageBuildProvider.cs
- TabItemAutomationPeer.cs
- ToolStripSplitStackLayout.cs
- DrawingCollection.cs
- JapaneseLunisolarCalendar.cs
- GlyphRunDrawing.cs
- IdnElement.cs
- GridViewHeaderRowPresenter.cs
- Internal.cs
- PropertyOverridesDialog.cs