CloudAdapter.GetStreamingConnectorFactory(Activity) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the correct streaming connector factory that is processing the given activity.
protected override Microsoft.Bot.Connector.Authentication.ConnectorFactory GetStreamingConnectorFactory (Microsoft.Bot.Schema.Activity activity);
override this.GetStreamingConnectorFactory : Microsoft.Bot.Schema.Activity -> Microsoft.Bot.Connector.Authentication.ConnectorFactory
Protected Overrides Function GetStreamingConnectorFactory (activity As Activity) As ConnectorFactory
Parameters
- activity
- Activity
The activity that is being processed.
Returns
The Streaming Connector Factory responsible for processing the activity.