Activity.CreateInvokeActivity 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.
Creates an instance of the Activity class as an IInvokeActivity object.
public static Microsoft.Bot.Schema.IInvokeActivity CreateInvokeActivity ();
static member CreateInvokeActivity : unit -> Microsoft.Bot.Schema.IInvokeActivity
Public Shared Function CreateInvokeActivity () As IInvokeActivity
Returns
The new invoke activity.