WaitSubscription(String, Guid, String) Constructor
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.
Initializes a new instance of the WaitSubscription class.
public:
WaitSubscription(System::String ^ entityName, Guid entityId, System::String ^ attributeName);
public WaitSubscription (string entityName, Guid entityId, string attributeName);
new Microsoft.Xrm.Sdk.Workflow.WaitSubscription : string * Guid * string -> Microsoft.Xrm.Sdk.Workflow.WaitSubscription
Public Sub New (entityName As String, entityId As Guid, attributeName As String)
Parameters
- entityName
- String
- entityId
- Guid
- attributeName
- String