IdmNetClientGetNewObjectId Method |
Get the ObjectID for a newly created resource from the response message
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string GetNewObjectId(
Message resourceCreationResponseMessage
)
Public Function GetNewObjectId (
resourceCreationResponseMessage As Message
) As String
public:
virtual String^ GetNewObjectId(
Message^ resourceCreationResponseMessage
) sealed
abstract GetNewObjectId :
resourceCreationResponseMessage : Message -> string
override GetNewObjectId :
resourceCreationResponseMessage : Message -> string
Parameters
- resourceCreationResponseMessage
- Type: System.ServiceModel.ChannelsMessage
Response message from the CreateAsync method
Return Value
Type:
StringNew object id
Implements
IIdmNetClientGetNewObjectId(Message)
See Also