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