Udostępnij za pośrednictwem


IApplicationHost Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines the core functionality used by speech applications.

The following tables list the members exposed by the IApplicationHost type.

Public Properties

?? Name Description
Bb857225.pubproperty(en-us,office.12).gif IsApplicationCompleted Gets whether the hosted application called OnCompleted.
Bb857225.pubproperty(en-us,office.12).gif IsInbound Gets whether the application was started in response to an inbound call.
Bb857225.pubproperty(en-us,office.12).gif IsSerializedCallbackThread Gets whether this method is invoked from within a serialized callback.
Bb857225.pubproperty(en-us,office.12).gif IsSpeechDebuggerAttached Gets whether the Speech Server debugger is attached to the hosted application.
Bb857225.pubproperty(en-us,office.12).gif LocalPath Gets the local path of the application's virtual directory.
Bb857225.pubproperty(en-us,office.12).gif MsmqMessage Gets the message from MSMQ that caused the hosted application to be created.
Bb857225.pubproperty(en-us,office.12).gif NotificationMessageQueue Gets the value of the NotificationMessageQueue of the hosted application.
Bb857225.pubproperty(en-us,office.12).gif SynchronizingObject Gets an ISynchronizeInvoke object so that callbacks execute on the serialized thread for this application instance.
Bb857225.pubproperty(en-us,office.12).gif TelephonySession Gets the primary TelephonySession for this application.
Bb857225.pubproperty(en-us,office.12).gif TempDirectory Gets the path of the temporary directory for the application.
Bb857225.pubproperty(en-us,office.12).gif Url Gets the request URL.

Top

Public Methods

?? Name Description
Bb857225.pubmethod(en-us,office.12).gif OnCompleted Prepares the hosted application for termination.
Bb857225.pubmethod(en-us,office.12).gif QueueEvent Queues a callback event and executes it if necessary.
Bb857225.pubmethod(en-us,office.12).gif SetMethodToInvokeDelegateInWorkflow Passes a delegate from the workflow to the EventSerializer (by way of the application host), so that the EventSerializer can make requests to have events raised in the workflow context.

Top

See Also

Reference

IApplicationHost Interface
Microsoft.SpeechServer Namespace