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
- SoapSchemaMember.cs
 - Console.cs
 - AttributeCollection.cs
 - XmlSchemaAnnotation.cs
 - XmlSchemaCompilationSettings.cs
 - KeyValuePair.cs
 - AdPostCacheSubstitution.cs
 - FilterQueryOptionExpression.cs
 - DataSysAttribute.cs
 - ParameterModifier.cs
 - DbConvert.cs
 - ResumeStoryboard.cs
 - TextBox.cs
 - FixedStringLookup.cs
 - listitem.cs
 - FixedTextBuilder.cs
 - ThreadStateException.cs
 - SafeNativeMethodsMilCoreApi.cs
 - Button.cs
 - MatrixStack.cs
 - WMICapabilities.cs
 - MarkupCompilePass1.cs
 - RIPEMD160.cs
 - DataComponentGenerator.cs
 - UndoEngine.cs
 - SqlDataSourceQueryConverter.cs
 - RectangleHotSpot.cs
 - AbandonedMutexException.cs
 - PrintDialogException.cs
 - WebPartConnectionCollection.cs
 - OrderByLifter.cs
 - EventProxy.cs
 - DataGridItemAttachedStorage.cs
 - mactripleDES.cs
 - HttpProfileBase.cs
 - ObjectSet.cs
 - odbcmetadatacollectionnames.cs
 - WindowsListViewItem.cs
 - DataSourceXmlSerializer.cs
 - SBCSCodePageEncoding.cs
 - _SingleItemRequestCache.cs
 - FileDialog.cs
 - FieldMetadata.cs
 - DesignerAutoFormatCollection.cs
 - ImageMap.cs
 - UIElementHelper.cs
 - CacheHelper.cs
 - FontInfo.cs
 - COAUTHINFO.cs
 - ProfileBuildProvider.cs
 - TableTextElementCollectionInternal.cs
 - UTF7Encoding.cs
 - UIPermission.cs
 - CodeGenerator.cs
 - XhtmlConformanceSection.cs
 - EditorZone.cs
 - webeventbuffer.cs
 - ConnectionManagementSection.cs
 - SourceSwitch.cs
 - TemplateInstanceAttribute.cs
 - DataGridViewComboBoxColumn.cs
 - PropertyRecord.cs
 - util.cs
 - Constraint.cs
 - ClientSettingsSection.cs
 - XmlSchemaNotation.cs
 - CodeSubDirectoriesCollection.cs
 - ContextMenu.cs
 - DispatchChannelSink.cs
 - CompleteWizardStep.cs
 - PageCache.cs
 - ModuleConfigurationInfo.cs
 - AbandonedMutexException.cs
 - NavigationHelper.cs
 - TreeViewItemAutomationPeer.cs
 - XmlnsPrefixAttribute.cs
 - KeyInterop.cs
 - ShapeTypeface.cs
 - HttpModulesSection.cs
 - TableLayoutColumnStyleCollection.cs
 - SqlClientPermission.cs
 - DocumentApplicationState.cs
 - ContextMenuService.cs
 - IntPtr.cs
 - WindowsListViewItem.cs
 - Substitution.cs
 - SHA512Cng.cs
 - StringReader.cs
 - ConfigXmlWhitespace.cs
 - FrameworkContextData.cs
 - DependencyProperty.cs
 - BaseContextMenu.cs
 - ProgressBar.cs
 - Internal.cs
 - GenericsInstances.cs
 - Maps.cs
 - ModuleBuilderData.cs
 - SmtpException.cs
 - EditCommandColumn.cs
 - GiveFeedbackEvent.cs