IExtObjectContainer.

ReleaseSemaphore(string) Method

Summary

releases a semaphore, if the calling transaction is the owner.

Syntax

void ReleaseSemaphore(string name)

Remarks

releases a semaphore, if the calling transaction is the owner.

Parameters

Name Type Description
name string the name of the semaphore to be released.

Return Value

Type Description
void