[This is preliminary documentation and is subject to change.]

Specifies a method called after a set state operation.

Namespace:  CWR.MSCRM.Mobile.Client.BL
Assembly:  CWR.MSCRM.Mobile.Client.Sdk (in CWR.MSCRM.Mobile.Client.Sdk.dll)
Version: 4.0.0.7

Syntax

C#
public virtual void PostSetState(
	CalloutEntityContext entityContext,
	string oldState,
	int oldNumericState,
	int oldStatus
)
Visual Basic (Declaration)
Public Overridable Sub PostSetState ( _
	entityContext As CalloutEntityContext, _
	oldState As String, _
	oldNumericState As Integer, _
	oldStatus As Integer _
)

Parameters

entityContext
Type: CWR.MSCRM.Mobile.Client.BL..::.CalloutEntityContext
Contains information about the entity on which the setstate operation was performed.
oldState
Type: System..::.String
Culture neutral string representation of the old statecode (e.g. 'Active' or 'Inactive').
oldNumericState
Type: System..::.Int32
Integer value of the old statecode.
oldStatus
Type: System..::.Int32
Integer value of the old statuscode.

See Also