Sets the member type.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void SetMemberType( string memberType ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetMemberType ( _ memberType As String _ ) |
| Visual C++ |
|---|
public: void SetMemberType ( String^ memberType ) |
Parameters
- memberType
- String
one of "PEER", "CLIENT", or "SERVER"
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace