XppSessionStaticVariableHelper.SetObjectInSession 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.
public:
static void SetObjectInSession(Microsoft::Dynamics::Ax::Xpp::ManagedSessionState::ObjectKey objectKey, System::Object ^ objectInSession);
public static void SetObjectInSession (Microsoft.Dynamics.Ax.Xpp.ManagedSessionState.ObjectKey objectKey, object objectInSession);
static member SetObjectInSession : Microsoft.Dynamics.Ax.Xpp.ManagedSessionState.ObjectKey * obj -> unit
Public Shared Sub SetObjectInSession (objectKey As ManagedSessionState.ObjectKey, objectInSession As Object)
Parameters
- objectKey
- ManagedSessionState.ObjectKey
- objectInSession
- Object